Q3MacDrawContext_GetWindow
You can use theQ3MacDrawContext_GetWindow
function to get the window associated with a Macintosh draw context.
TQ3Status Q3MacDrawContext_GetWindow ( TQ3DrawContextObject drawContext, CWindowPtr *window);
drawContext
- A Macintosh draw context object.
window
- On exit, a pointer to a window.
DESCRIPTION
TheQ3MacDrawContext_GetWindow
function returns, in thewindow
parameter, a pointer to the window currently associated with the draw context specified by thedrawContext
parameter.